xen.git
2006-06-29 emellor@leeni... Replace changesets 10521, 10526, and 10527 with this...
2006-06-29 kaf24@firebug... Fix the kunmap_atomic() change in 10529:4260eb8c08740de...
2006-06-28 ack@localhost... Fix next_timer_interrupt() in patch and update caller
2006-06-28 kaf24@firebug... New /sys/hypervisor/uuid, containing this domain's...
2006-06-28 kaf24@firebug... Use address types in elf parser that match elf headers.
2006-06-28 kfraser@dhcp93... kunmap_atomic() must zap the PTE to avoid dangling...
2006-06-28 kfraser@dhcp93... [LINUX] Export flush_tlb_page() to modules in i386...
2006-06-28 emellor@leeni... More commented-out code, pending a solution to the...
2006-06-28 emellor@leeni... Comment out the load of the resource label file, pendin...
2006-06-28 kaf24@firebug... [TPM] Add 3 more test cases to the xm testsuite that...
2006-06-28 kaf24@firebug... [TPM] Add an upgrade patch to bring TPM subsystem to...
2006-06-28 kaf24@firebug... [TPM] Update the TPM drivers in the repository to a...
2006-06-28 kfraser@dhcp93... [XEN] BUG() places console in sync mode.
2006-06-28 emellor@leeni... This patch adds new xm subcommands to support working...
2006-06-28 kaf24@firebug... [HVM][Firmware] Make the creation of MP tables more...
2006-06-28 kaf24@firebug... [XEND] Have the parent id logged in the log file, this...
2006-06-28 kaf24@firebug... [NET] back: Add TSO support
2006-06-28 kaf24@firebug... [NET] loopback: Added support for TSO
2006-06-28 kaf24@firebug... [NET]: Give make_tx_response the req pointer instead...
2006-06-28 kaf24@firebug... [NET]: Added GSO support
2006-06-28 kfraser@dhcp93... [BLKBACK] Output statistics to sysfs.
2006-06-28 kaf24@firebug... [XENTOP] Fix CPU percentage display in batch mode.
2006-06-28 kaf24@firebug... [XENTOP] Adds batch mode processing option (output...
2006-06-28 kaf24@firebug... [HVM][SVM] Clean up double-fault handling.
2006-06-28 kaf24@firebug... [HVM][SVM] Disable machine check bits in CPUID_1.
2006-06-28 kaf24@firebug... [HVM][SVM] Clean up 32bit/64bit guest register code...
2006-06-27 kaf24@firebug... [LINUX] Fix a few compile warnings and memory leaks...
2006-06-27 kaf24@firebug... [LINUX][BLKBACK] Support temporary disconnection from...
2006-06-27 kaf24@firebug... [HVM] Fix virtual apic irq distribution.
2006-06-27 kfraser@dhcp93... [XEN] Upgrade microcode driver to 1.14a.
2006-06-27 kfraser@dhcp93... [TOOLS] Remove plan9 loader code. Latest plan9 port...
2006-06-27 kfraser@dhcp93... [XEN] Various cleanups to bitops usage.
2006-06-27 kfraser@dhcp93... [LINUX] Allow dma_alloc_coherent() to work for regions...
2006-06-27 kaf24@firebug... [BALLOON] Make the domain0 ballooning logic in xend...
2006-06-27 kaf24@firebug... [BUILD] Add distclean build target to xen directory...
2006-06-27 kaf24@firebug... [BALLOON] Add fallback code so that e.g. a domain ballo...
2006-06-27 kfraser@dhcp93... [XEN] Fix my change to XENVER_pagesize hypercall --
2006-06-27 kaf24@firebug... [TPM] Fix an occasional problem when doing local migrat...
2006-06-27 kaf24@firebug... [XEN][BUILD] Both ctags and etags support the -a (appen...
2006-06-27 kaf24@firebug... Add Xenoprof passive domain support
2006-06-27 kaf24@firebug... [HVM][SVM] move printk pin msg under an "if svm_dbg_on...
2006-06-27 kaf24@firebug... [VTPM_TOOLS] Hotplug script enabled the vtpm manager...
2006-06-27 kaf24@firebug... [VTPM_TOOLS] Updated vtpmd to save complete state in...
2006-06-27 kaf24@firebug... [VTPM_TOOLS] Moved the developement tpm_emulator down...
2006-06-27 kaf24@firebug... [TOOLS] Fix cm argument processing some more:
2006-06-27 kaf24@firebug... Add XENVER_pagesize hypercall.
2006-06-27 kfraser@dhcp93... [XEN][EMUL] x86 emulator should support 32-bit offsets...
2006-06-27 kaf24@firebug... [HVM][VMX] On a VMEXIT, 'dirty' the DR. Restore DR...
2006-06-27 kaf24@firebug... [HVM][VMX] Added flag_dr_dirty to hvm vcpu struct....
2006-06-27 kaf24@firebug... [HVM][VMX] Added dr restore if breakpoints are enabled...
2006-06-27 kaf24@firebug... [HVM][VMX] Safer treatment of VM_EXEC_CONTROL when...
2006-06-27 kaf24@firebug... [HVM][VMX] Propagate debug exception to guest if no...
2006-06-24 emellor@leeni... Some fine-tuning in the virtual TPM scripts for hotplug...
2006-06-24 emellor@leeni... Increases the retry limit to allow xend more time befor...
2006-06-22 kaf24@firebug... [TOOLS] Fix set_bit/clear bit for x86/64 in xc_linux_save
2006-06-22 kaf24@firebug... [XM-TEST] Remove second console attach in 03_memset_ran...
2006-06-22 kaf24@firebug... [VMX] Fix use of VMCLEAR a little: no need if not activ...
2006-06-22 kaf24@firebug... [TOOLS] Make sure to explicitly close the connection...
2006-06-22 kaf24@firebug... [TOOLS] Treat '--' command-line split option correctly.
2006-06-22 kaf24@firebug... [TOOLS] Fix pagetable-pinning loop in xc_linux_restore.
2006-06-21 kaf24@firebug... [XEN] localtime support for paravirtualized guests
2006-06-21 kaf24@firebug... [LINUX][TPM] Use min_t/min instead of the #define'd...
2006-06-21 kaf24@firebug... [LINUX] Transparent virtualization fixes.
2006-06-21 kaf24@firebug... [IA64] stub to support dump_execution_state() on ia64
2006-06-20 kaf24@firebug... [XEN] Xen always relinquishes VGA console to domain0...
2006-06-20 kaf24@firebug... [XEN] Fix to previous changeset: continue to do softirq...
2006-06-20 kaf24@firebug... [XEN] Add a warning banner when 'sync_console' is used...
2006-06-20 kaf24@firebug... [XEN] Fix PAE PDPT shadowing coherence.
2006-06-20 kfraser@dhcp93... Add new XENMEM_machphys_mapping to get info about locat...
2006-06-20 kfraser@dhcp93... [LINUX] Another fix to i386 mfn_to_pfn().
2006-06-20 kfraser@dhcp93... [LINUX] Fix i386 build -- define max_mapnr in mfn_to_pfn().
2006-06-20 emellor@leeni... Move the SSHTransport class to its own file, so that...
2006-06-20 ack@localhost... Merge
2006-06-20 ack@localhost... Run credit scheduler tests by default
2006-06-20 kfraser@dhcp93... Export machine_to_phys start and end addresses to guests.
2006-06-20 shand@kneesaa... Make the credit scheduler the default - a number of...
2006-06-20 shand@kneesaa... Remove some spurious BUG_ON()'s from the credit scheduler.
2006-06-20 anthony@rhesis... Use an environmental variable (XM_SERVER) to determine...
2006-06-20 root@rhesis... This patch adds client side support for XML-RPC over...
2006-06-20 anthony@rhesis... Add an xm serve command.
2006-06-20 anthony@rhesis... Add support to Xend XML-RPC server for HTTP/1.1 Keep...
2006-06-19 kaf24@firebug... [XM-TEST] Improve detection of a guest having booted...
2006-06-19 kfraser@dhcp93... [XEN][PAE] Always enable non-debug version of l3tab_nee...
2006-06-19 kaf24@firebug... [HVM][VMX][PAE] Enable PAE VMX guest on PAE host.
2006-06-19 kaf24@firebug... Add DOM0_DOMAIN_SETUP hypercall.
2006-06-19 kfraser@dhcp93... [XEN][PAE] Stores to PTEs in PAE mode use CMPXCHG to...
2006-06-19 kfraser@dhcp93... [XEN][PAE] Handle non-page-aligned CR3 when walking
2006-06-19 kfraser@dhcp93... [XEN] New function dump_execution_state() displays
2006-06-19 kfraser@dhcp93... [XEN] Rename show_registers() to show_execution_state().
2006-06-19 kfraser@dhcp93... [XEN] Improve double-fault tracing -- print backtrace
2006-06-19 kfraser@dhcp93... [XEN] Fix non-debug builds.
2006-06-19 kfraser@dhcp93... [XEN] Fix ptwr_do_page_fault() after new more permissive
2006-06-18 kaf24@firebug... [XEN] Remove code from writable-pagetable emulation...
2006-06-18 kaf24@firebug... [XEN] Multi-processor guests need to be more conservati...
2006-06-18 kaf24@firebug... [XEN] Fix page-fault handler to not trust bit 0 of...
2006-06-17 kaf24@firebug... Small fixes to changesets 10424 and 10425 (spurious...
2006-06-17 kaf24@firebug... [SEDF] Fix SEDF defaults to make domain0 take only...
2006-06-17 kaf24@firebug... [HVM] Clean up formatting of new piix acpi file.
2006-06-17 kaf24@firebug... [HVM] ACPI support patch 4 of 4: shutdown.
2006-06-17 kaf24@firebug... [HVM] ACPI support patch 3 of 4: ACPI _PRT table.
next